home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-4438 / movie.txt
Text File  |  1994-01-14  |  6KB  |  207 lines

  1. 14-jan-1994
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.     Dithering & Resizing can be fast, very fast..., even on a GEM program!!!
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.                         Brainstorm FLI/FLC Movie Player
  27.  
  28.                                 ©1994 Brainstorm
  29.  
  30.   This program is freeware. It can be freely distributed as long as:
  31.  
  32. 1: All files (and only these files) listed below are included in the archive:
  33.  
  34.   -  MOVIE100.ZIP:
  35.  
  36.   -  MOVIE.100\MC68000\MOVIE.ACC          ; 68000 version of the program
  37.   -  MOVIE.100\MC680X0\MOVIE.ACC          ; 68020+ version of the program
  38.   -  MOVIE.100\MOVIE.TXT                  ; the file you are reading now
  39.   -  MOVIE.100\SAMPLES\MOUSE.FLI          ; a sample movie file
  40.   -  MOVIE.100\SAMPLES\LINKS.FLC          ; a sample movie file
  41.   -  MOVIE.100\SAMPLES\HANDS.FLI          ; a sample movie file
  42.  
  43. 2: The files provided in the archive remain unchanged.
  44.  
  45. 3: If provided on a floppy disk, the archive must always be the only file
  46.   on the disk.
  47.  
  48. 4: No charges greater than 5 US$ (30 FF, 9 DM) is requested to the user of
  49.    this program.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                        WHAT IS THIS PROGRAM???
  57.  
  58. It's an application/accessory able to play any FLI/FLC files.
  59. Its main features are:
  60. - GEM program, TOS/MultiTOS compatible.
  61. - Runs in any Atari standard resolution.
  62. - AES colors friendly (uses standard AES palette).
  63. - Movies can be resized on the fly.
  64. - Uses most new GEM features (clipboard, MultiTOS drag&drop, iconification ...)
  65. - Several files can be played at the same time.
  66. - Nice and simple user interface (well, in my opinion:-)
  67.  
  68. To play a movie, just run the program. A file seletor appears. Select a FLI/FLC
  69. file. A window appears, with several buttons: 'Infos', 'Stop', 'Play'.
  70.  
  71. - 'Infos' button: A new window appears, with some informations about
  72.   the loaded movie.
  73. - 'Stop' button: The movie is stopped, and resetted to the first frame.
  74. - 'Play' button: In fact, a 'Play/Pause' button.
  75.  
  76. Click on the 'play' button...
  77.  
  78. You can of course resize the movie with the window sizer.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.                     NOW, A BIT ABOUT DISPLAY MODES:
  86.  
  87. - 2 colors: The movie is displayed in black&white, using dithering (4x4 bayer
  88.   matrix).
  89.  
  90. - 4 colors: The movie is displayed in black&white, using dithering (4x4 bayer
  91.   matrix).
  92.  
  93. - 16 colors: The movie is displayed in 8 colors, using dithering (4x4 bayer
  94.   matrix).
  95.  
  96. - 256 colors: The movie is displayed in 216 colors, using dithering (4x4 bayer
  97.   matrix).
  98.  
  99. - true color 15 bits: The movie is displayed in 256 colors.
  100.  
  101. This player currently only runs in ATARI STANDARD RESOLUTION. If you have a
  102. graphic card, it will probably display garbage, instead of a nice movie. The
  103. reason is that I don't know how to recognize third party graphic cards (cookie
  104. name and structure). If you have any useful information, please let me know!!!
  105. If you have information about other movie file formats, specially movies in
  106. 256 colors (non interleaved) since the dithering routines are already written,
  107. let me know.
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.                           ADVANCED FEATURES & SHORTCUTS:
  115.  
  116. - Under MultiTOS, you can drag the current frame to any application just
  117.   clicking on it, and dragging it to another window. The current frame is saved
  118.  in the clipboard (XIMG format), and a drag message is sent. You can load a
  119.  movie just dragging it from a desktop window to a player window too.
  120.  
  121. - Under MultiTOS 1.08, the movie window can be iconified, using the iconifier
  122.   gadget. The movie is then still displayed, in the icon!!!
  123.  
  124. - ^C: copy the current frame to the clipboard (XIMG format).
  125. - ^I: Display the current movie information wind.
  126. - ^O: load another movie.
  127. - ^Q: Close all windows and quit.
  128. - ^W: Close the current window.
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                                  KNOWN BUGS:
  136.  
  137. - Under MultiTOS with memory protection, the player may crash AT ANY MOMENT,
  138.   if used with NVDI. It's due to a NVDI bug, in its vro_cpyfm routine.
  139.  
  140. - Under TOS/MultiTOS, the player may crash if the movie file is badly corrupted.
  141.  
  142. - Under programs like WinX, the redraw is not performed correctly, due to
  143.   differences between GEM and WinX rectangle list management.
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.                  DIFFERENCES BETWEEN 68000 AND 68020 VERSION:
  151.  
  152. - The 68020 version is of course faster than the 68000 one. It handles all
  153. Atari graphic modes. The 68000 version only runs in 2, 4, and 16 colors.
  154. WARNING: No CPU test is performed in the program. If you run the 68020 version
  155. on a 68000 computer, the program may crash, or do strange things...
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.                               NEXT FEATURES:
  163.  
  164. Now, a list of features that are going to be implemented for the next version:
  165.  
  166. - Handle the computer language (french, english, german, ...).
  167. - Center the start and full window coordinates.
  168. - Handle correctly very small movies (smaller than the minimum window size).
  169. - Add movie contrast/brightness support.
  170. - Improve 'drag&drop' protocol (send a .IMG message too, instead of ARGV only).
  171. - Add Ctrl-D shortcut (toggle windows).
  172. - Add Ctrl-P shortcut (print the current frame, using GDOS).
  173. - Add Ctrl-S shortcut (save the current frame).
  174. - Add third party video cards compatibility.
  175. - Improve the 4 bitplanes dithering, using 15 colors, instead of 8???
  176. - Handle 'direct from disk' playing.
  177. - Improve IMG export routines (speed and compression factor).
  178. - Avoid the 'MouseOff/MouseOn' when the mouse in not above a movie window???
  179. - Write a gamma correction CPX???
  180. - Handle movie random access (dragging the slider with the mouse).
  181. - Handle incoming GEM features (BOTTOMER gadget, etc...).
  182. - Write a fast 'vro_cpyfm' patch (TSR)???
  183. - Handle others file formats (.IFF, .DL, .GL, etc...)???
  184. - Add horizontal/vertical mirror modes???
  185. - Write a 'Wall Paper' Accessory???
  186. - Fix all bugs!!!
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.                                   THE END!!!
  194.  
  195. You can send comments/suggestions/bug reports at:
  196.  
  197. Brainstorm
  198. 19 bis, rue de Cotte
  199. 75012 Paris, FRANCE
  200.  
  201. tel: +33-1-44-67-08-09
  202. fax: +33-1-44-67-08-11
  203. bbs: +33-1-44-67-08-44 (Brasil, Atari french developpers support)
  204.  
  205. email: raphael@brasil.frmug.fr.net
  206.  
  207.